.header .calendar {
  margin: 20px 20px 0;
  font-size: 0;
  padding-bottom: 2px;
  width: calc(100% - 95px); /* 230418 추가 */
}
.header .calendar div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: url("../images/ic_calendar.svg") no-repeat 20px 50% / 24px;
  color: #494949;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0 10px 50px;
  text-align: left;
  box-sizing: border-box;
}

.depth02_slide {
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  z-index: 0; /* 230719 추가 */
}
.depth02_slide ul li {
  padding: 8px 10px;
  background: #f5f5f5;
  color: #494949;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  width: auto;
}
.depth02_slide ul li.on {
  background: #ec463d;
}
.depth02_slide ul li.on a{
  color:#fff;
}
.menu_list {
  min-height: 70vh; /* 230220 추가 500px */
}
.menu_list .section {
  background: #fff;
  margin-top: 0px; /* 230227 10px */
  box-sizing: border-box;
}
.menu_list .section h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  padding: 25px 20px;
  margin-bottom: -10px;
}
.menu_list .section h3 .toggle_btn {
  position: absolute;
  top: 22px;
  right: 20px;
}
.menu_list .section h3 .toggle_btn:after {
  content: "펼치기";
  display: block;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
}
.menu_list .section .item {
  padding: 20px;
  display: none;
  flex-wrap: wrap;
}
.menu_list .section.open .toggle_btn:after {
  content: "접기";
}
.menu_list .section.open .item {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.menu_list .section.open .item:hover {
  background: #f5f5f5;
}
.menu_list .section .item .flex {
  flex-wrap: wrap;
}
.menu_list .section .item .thumb {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.menu_list .section .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_list .section .item .icon {
  width: 100%;
  margin-top: 10px;
  font-size: 0;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu_list .section .item .icon button {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-left: 15px;
}
.menu_list .section .item .icon button.heart {
  background: url("../images/ico-heart.png?v=<?=time()?>") no-repeat 50% 50% /
    26px;
}
.menu_list .section .item .icon button.heart.on {
  background: url("../images/ico-heart-on.png?v=<?=time()?>") no-repeat 50% 50% /
    26px;
}
.menu_list .section .item .icon button.eat {
  background: url("../images/ico-eat.png?v=<?=time()?>") no-repeat 50% 50% /
    26px;
}
.menu_list .section .item .icon button.eat.on {
  background: url("../images/ico-eat-on.png?v=<?=time()?>") no-repeat 50% 50% /
    26px;
}
.menu_list .section .item .icon button.diary {
  background: url("../images/ico-diary.png") no-repeat 50% 50% / 14px;
}
.menu_list .section .item .thumb .icon button.diary.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.menu_list .section .item .info {
  width: calc(100% - 115px);
}
.menu_list .section .item .info a {
  display: block;
}
.menu_list .section .item .info .badge {
  font-size: 0;
  margin-bottom: 5px;
}
.menu_list .section .item .info .badge span {
  display: inline-block;
  vertical-align: middle;
  background: #ec463d;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  margin-right: 5px;
  padding: 2px 4px 3px;
}
.menu_list .section .item .info .name {
  background: url("../images/arrow-right.svg") no-repeat right 3px / auto 15px;
}
.menu_list .section .item .info .name strong {
  display: block;
  font-size: 17px;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  width: calc(100% - 20px);
  /* background: url("../images/arrow-right.svg")no-repeat 100% 3px / auto 15px; */
}
.menu_list .section .item .info .name p {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
}
.menu_list .section .item .info .name span {
  color: #8e8e8e;
  font-size: 15px;
  margin-left: 3px;
  display: inline-block;
}
.menu_list .section .item .info .txt {
  font-size: 15px;
  color: #444;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu_list .section .item .desc {
  font-size: 15px;
  color: #444;
  line-height: 1.3;
  margin-top: 12px;
}
.menu_list .section .item .info .price {
  margin-top: 10px;
  font-size: 17px;
  color: #ec463d;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
}
.menu_list .section .item .info .order_num{
  padding:4px 8px;
  font-size:13px;
  background:#0195f7;
  border-radius: 5px;
  color:#fff !important;
}
.menu_list .section .item .info .price div {
  font-weight: 700;
}
.menu_list .section .item .info .price div span {
  color: #ec463d;
  margin-left: 0;
  font-weight: 700;
}

.menu_list .section .item .info .price div span.tax{
  font-size:14px;
  font-weight: 400;
  color:#555;;
}
.menu_list .section .item .info .price strike {
  color: #ababab;
  font-size: 11px;
  font-weight: 500;
  margin-right: 5px;
}
.menu_list .section .item .info .price span {
  color: #8e8e8e;
  margin-left: 5px;
  font-weight: 500;
}

/* 서브메뉴 */
.menu_list .subMenuName{
  width: 100%;
  margin:10px 0;  
}
.menu_list .subMenuName .sub_name{
  font-size:16px;
  font-weight: 500;
  color:var(--gray44);
  margin-bottom:5px;
}
.menu_list .subMenuName .jp_name{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: var(--gray8e);
  font-weight: 400;
}

.menu .diary_form {
  width: 100%;
  background: #fafafa;
  border-radius: 4px;
  padding: 15px;
  margin-top: 15px;
  box-sizing: border-box;
  position: relative;
  /*230125*/
  height: 80px;
  box-sizing: border-box;
}
.menu .diary_form .top {
  margin-bottom: 5px;
}
.menu .diary_form .fl {
  color: #8e8e8e;
  font-size: 12px;
  margin-top: 3px;
  max-width: 58%;
}
.menu .diary_form .fl span {
  margin-left: 5px;
  color: #000;
}
.menu .diary_form .fr {
  font-size: 0;
  max-width: 48%;
}
.menu .diary_form .fr > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.menu .diary_form .fr > div .privacy {
  color: #8e8e8e;
  font-size: 12px;
}
.menu .diary_form .fr > div .privacy.open {
  color: #ec463d;
}
.menu .diary_form .fr > div input[type="file"] {
  display: none;
}
.menu .diary_form .fr > div input[type="file"] + label {
  background: url("../images/ico_camera.svg") no-repeat 50% 50% / 90%;
  display: block;
  width: 20px;
  height: 20px;
}
.menu .diary_form .fr > div .more {
  background: url("../images/ico_more.svg") no-repeat 50% 50% / 90%;
  display: block;
  width: 20px;
  height: 20px;
}
.menu .diary_form .fr > div .modify {
  background: url("../images/ico_edit.svg") no-repeat 50% 50% / 90%;
  display: block;
  width: 20px;
  height: 20px;
}
/* 다이어리 랩 추가 230102 */
.menu .diary_form .diary__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
/* //다이어리 랩 추가 */

/* 다이어리 wrap */
.menu__appgo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #f5f5f5;
  text-align: center;
  padding: 10px 20px;
  word-break: keep-all;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  height: 80px;
}
.menu__appgo p {
  font-size: 14px;
  color: #666;
  line-height: 1.3;
}
/* //다이어리 wrap */
.menu .diary_form textarea {
  display: block;
  width: 100%;
  resize: none;
  border: 0;
  font-size: 13px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.menu .diary_form textarea:disabled {
  background: transparent;
}
.menu .diary_form textarea::placeholder {
  color: #ababab;
}
.menu .diary_cont {
  background: transparent;
  padding: 0;
  width: calc(100vw - 50px);
}
.menu .diary_cont .swiper-slide {
  width: 90%;
  background: #fafafa;
  border-radius: 4px;
  padding: 15px;
  margin-right: 8px;
  box-sizing: border-box;
}
.menu .diary_form .preview .swiper-slide {
  width: 60px !important;
  padding: 0;
  margin-right: 8px;
  overflow: hidden;
}
.menu .diary_form .preview .swiper-slide img {
  width: 100%;
}

.alarm_box {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 90%;
  max-width: 1100px;
  transform: translateX(-50%);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #363636;
  z-index: 3;
  padding: 13px 0 13px 42px;
  box-sizing: border-box;
}
.heart_alarm {
  background: rgba(255, 255, 255, 0.8) url("../images/alarm_heart.svg")
    no-repeat 0 50% / 50px;
}
.eat_alarm {
  background: rgba(255, 255, 255, 0.8) url("../images/alarm_eat.svg") no-repeat
    16px 50% / 20px;
}
.drink_alarm {
  background: rgba(255, 255, 255, 0.8) url("../images/alarm_drink.svg")
    no-repeat 16px 50% / 14px;
}

#meal_day .black_bg {
  display: block !important;
}
#meal_day h3 {
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #494949;
}
#meal_day .close {
  background: url("../images/ico-close-black.svg") no-repeat 50% 50% / 100%;
}
#meal_day .box {
  padding: 10px 40px 30px;
  box-sizing: border-box;
}
#meal_day .box p {
  font-size: 14px;
  font-weight: 500;
  color: #494949;
  margin: 20px 0 10px;
}
#meal_day .box .flex > div {
  flex: 1;
  margin-right: 10px;
}
#meal_day .box .flex > div:last-child {
  margin-right: 0;
}
#meal_day .box .flex > div select {
  height: 46px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-weight: 400;
  color: #9198a4;
  background: #fff url("../images/stock-down.svg") no-repeat calc(100% - 15px)
    50% / 10px;
}
#meal_day .box .flex > div select.on {
  color: #000;
}
#meal_day .diary {
  border-top: 1px solid #e6e6e6;
  padding: 30px 40px 0;
  font-size: 14px;
  font-weight: 500;
}
#meal_day .diary p {
  color: #6a6a6a;
}
#meal_day .diary ul li {
  color: #494949;
  margin: 12px 0;
}

#meal_day button[type="submit"] {
  display: block;
  width: calc(100% - 80px);
  height: 46px;
  background: #222222;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin: 40px;
}
